Record GCC-style command-line switches by default
authorZixing Liu <zixing.liu@canonical.com>
Mon, 27 Jan 2025 13:28:42 +0000 (14:28 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 27 Jan 2025 13:28:42 +0000 (14:28 +0100)
commitcf2e666b71ebadf11c82d28d1c0e86c0ea0e2ba9
tree3426bcac152b9931e8724a4c779d7b47b3414423
parent13b0ee803df5ef26b245da2fb8cc032e9a9f7797
Record GCC-style command-line switches by default

Forwarded: https://github.com/llvm/llvm-project/issues/94690
Last-Update: 2024-06-04

This makes Clang default behaviour more like GCC where if debug
symbol generation is enabled, the command-line switches data
will be stored inside the debug symbols.
Last-Update: 2024-06-04
Gbp-Pq: Name clang-record-gcc-switches-by-default.patch
clang/lib/Driver/ToolChains/Clang.cpp